home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / host44.arc / WHATS.NEW < prev   
Text File  |  1990-10-26  |  15KB  |  314 lines

  1. This is a complete list of all changes made to HOST44 from the previous
  2. HOST43.
  3. -----------------------------------------------------------------------
  4.  
  5.  
  6. Changed the way HOST44 does it's Kill Message routine. Now the option
  7. is no  longer a "Menu" option  but is  contained in the  read message
  8. routine, this allows the user to kill a message  that they have  just
  9. finished reading (like WildCat! does)
  10.  
  11. Added ability for access level 9 users to be able to read ANY message
  12. even if private.
  13.  
  14. Fixed bug that caused HOST43 to not  work if it was started up with a
  15. user already online.
  16.  
  17. Fixed bug in full screen  editor which caused the ESC, Redraw command
  18. to not show the line currently on after doing a message redraw.
  19.  
  20. Sped up remote input so  that HOST44 now pretty  much stays with  the
  21. remote users typing.
  22.  
  23. Added "Delete Line" command (Ctrl-Y) in the message editor.  Now  the
  24. user can delete a whole line from the message with one keystroke.
  25.  
  26. Added "Insert Line" ability with the ENTER key.  Now the editor  will
  27. add a new line each time the enter key is  pressed.  If in the middle
  28. of a sentance and  it is pressed a new line is  inserted and the rest
  29. of the sentence will be "Moved" into the new line.  his works basicly
  30. like most editors/word processors.
  31.  
  32. Fixed bug with certain  modems which caused HOST43  to go into a loop
  33. after a caller called and then hung up before a connection was  made.
  34. This caused a endless loop of HOST43  trying to hangup/connect/hangup
  35. etc.
  36.  
  37. Speed up the process which saves messages, now the editor saves large
  38. messages in less then three seconds.
  39.  
  40. Fixed Bug  in the read message  section that when ANSI was off caused
  41. the first line of every  message to be printed on the bottom  line of
  42. the screen
  43.  
  44. Added option of exiting Telix when a shut down of the system is done.
  45.  
  46. Added full HOST44 support for the numeric keypad, now you can use the
  47. keypad to enter numbers in ALL parts of the system including defaults
  48. message editor, etc!
  49.  
  50. Added option to allow HOST44 to use the modem's  auto answer ability,
  51. by turning on the option (in modem config) this will make  HOST44 run
  52. like HOST41 and previous versions instead of watching for the RING.
  53.  
  54. Changed way HOST44 determines the baud rate.  Now HOST44 will get all
  55. input from the modem and then strip out the connect string.  As well,
  56. HOST44  will  now  use  the  Connect string  specified  in the  Telix
  57. configuration to scan for the correct baud rate.
  58.  
  59. Added *.* download ability for levels 7-9 users only.
  60.  
  61. Added Quick Logon feature at  ANSI prompt.  Now you can type  in your
  62. name  and password  without  having to  go through  the prompts.  The
  63. format is Y{NAME{PASSWORD with the "Y" being either a [Y]es  or  [N]o
  64. for supporting ANSI.
  65.  
  66. Made  HOST44 require that  it's data files be  located  in their  own
  67. directory.  You must now run HINSTALL.SLC and it will then  correctly
  68. install  HOST44 and all  it's files for you,  this is done by placing
  69. all  the files  in the archive  into your  Telix directory, then  run
  70. HINSTALL.SLC (from within Telix) and it will install the files.
  71.  
  72. Fixed Problem in ADDFILES  program which required  you to press ENTER
  73. on each input in order to save the input. Now it is automaticly saved
  74. when you move to the next/previous field.  Also the Addfiles  program
  75. now updates all the items before it saves the file to the database.
  76.  
  77. Added pause routine to read message function.  Now will pause on each
  78. full screen of a message.
  79.  
  80. Increased allowed size of messages. Now you can have messages with up
  81. to 40 lines of text.  This is double the lines  available in previous
  82. versions of HOST
  83.  
  84. Added feature that  prints a line  saying End Of Message when on  the
  85. last  screen of  the message editor  input.  This  is a reminder  for
  86. people so they don't think they have more room to work with.
  87.  
  88. Rewrote H44COMP.EXE file base  compressor.  Now can handle up  to 999
  89. total files, and  requires less memory to run in. (will conduct tests
  90. to find  out exact memory  requirements).  The new  format makes  the
  91. compression slightly slower then before, but is offset by less memory
  92. requirements and more files allowed.
  93.  
  94. Changed the tag routine of ADDFILES.EXE. Now when you tag/untag files
  95. the scroll  bar is automaticly  moved to the  next file.  This  works
  96. pretty much like Xtree, and PCShell work.
  97.  
  98. Added feature  to the ADDFILES.EXE  program which  will automatically
  99. advance to the next file  after saving the current file  information.
  100. Also switched the operation of the F1/F2 keys in the file information
  101. section.  Now F1 saves the file (which goes along with pressing F1 to
  102. get into the file information  section) and F2 now  skips to the next
  103. file.
  104.  
  105. Increased the speed of  the Message Editor  when it wraps lines.  The
  106. improvement in speed is greatly noticed on the XT speed machines.
  107.  
  108. Added User Search when a user writes a message to someone.  This will
  109. search the user file for the person who the message is to, and if the
  110. person is not found will ask the person to input the message again.
  111.  
  112. Rewrote  source code to  allow for  greater watching  of the  carrier
  113. signal.  Now  HOST44 will  properly handle a  carrier  loss or a user
  114. termination at all inputs in the program.
  115.  
  116. Added Non-FullScreen Message Editor.  Now the user is able  to choose
  117. to use either the full screen visual editor or the line editor.  This
  118. allows users who can't support ANSI to use the message editor.
  119.  
  120. Added Quoting of reply messages!  Now you can quote any  line(s) from
  121. the original message (only available if an actual reply to a message)
  122. by hitting  either Ctrl-O or  ESC-O in the  Full Screen Editor or  by
  123. hitting return and then O in  the Non FullScreen Editor.  This  works
  124. pretty much like ProDoor's quote feature.
  125.  
  126. Removed the Archive  Directory option in configuration.  HOST44  will
  127. now use the PATH statement to find the  archive programs it needs  to
  128. use.
  129.  
  130. Added ALT-A shell to Editor to the main menu.  This will allow you to
  131. hit ALT-A and automaticly run the Editor you have specified in Telix.
  132.  
  133. Added a new GetHotNumber function which is used by the  Bulletins and
  134. the user color change routine.  his allows the user to have "HotKeys"
  135. but also input double and triple digit numbers instead of only single
  136. digits.  This is done  by examining  the inputed  number  against the
  137. highest  allowed number.  This  will allow  users to  view bulletins,
  138. go to specific messages, choose  numbered options, by just  typing in
  139. the number on the  line like in choosing lettered options.  This will
  140. allow for up to numbers from 1 to 99,999.
  141.  
  142. Changed all single  inputs (menus,  Yes/No prompts, and others) to be
  143. automatic HotKeys, and only the key's needed are allowed to be chosen
  144. This now makes HotKeys on constantly and thus the user default  is no
  145. longer needed.
  146.  
  147. Added TrashCan List.  This is a data file which you would  create and
  148. place in the HOST Data  Directory.  It is a straight  ASCII file with
  149. the format o f each line being a  name that is NOT allowed  for a new
  150. user to use, thus if  you had two names you did not want to have used
  151. ie (Joe Blow, NightHawk) you would have a file format like this:
  152.  
  153. ****** START OF FILE ******
  154. Joe Blow
  155. NightHawk
  156. ******  END OF FILE  ******
  157.  
  158. This would then  not allow users to  input those names  as new users.
  159. The filename for the list should be TRASHCAN.DAT and should be put in
  160. the HOST Data Directory.
  161.  
  162. Changed Read Message  routine.  Now there is  no longer the need  for
  163. the "#" to be used to move to a specific message.  You can now change
  164. to a specific message by just typing in the number you want to read.
  165.  
  166. Improved  ADDFILES.EXE.  Now the program  only allows a <RETURN> on a
  167. directory (so no more screen updates if you press return on a  file).
  168. Also added Mouse Support! You can use the mouse to move the light bar
  169. to the file/directory, the left button is for clicking on directories
  170. and the right is for tagging files.
  171.  
  172. Added Password file  protection  to files.  Now  level 7-9 users  are
  173. prompted if they wish to  password protect the file, if  they do they
  174. are prompted to input a password for the file.  When the file is then
  175. choosen for download the user will be asked to input the password. If
  176. they  fail to give  the  correct one  they  will not  be  allowed  to
  177. download  the file.  Level 9 users  can also change  the password (or
  178. remove it) by using the Edit File command.
  179.  
  180. Added new feature to  the ADDFILES program.  Now it will try  to find
  181. its data files by getting the data directory from HOST44.SLC. It find
  182. HOST44.SLC by using  the TELIX.CNF file  to get the script directory.
  183. The only  requirement to running the program from a different  drive,
  184. or directory is  that you have the  TELIX variable  set correctly  in
  185. your environment (which it should be anyway).
  186.  
  187. Increased total number of files that ADDFILES can handle.  Now it can
  188. handle up to 400  files at once, and can  allow the tagging of up  to
  189. 100 files.
  190.  
  191. Fixed Bug in Chat  Mode which did not  check the ANSI status for  the
  192. user.  This  resulted in  Chat  sending the ANSI  color c odes to the
  193. user even though they did not support ANSI.
  194.  
  195. Added a Screen  Blanking routine.  This  routine will blank the  main
  196. screen (waiting for  call screen) at  a specified  number  of minutes
  197. (set by  config option  in configuration  program).  Also  after  the
  198. screen has been  blanked a single line will be  printed on the screen
  199. to remind you that HOST44 is running.  Pressing any key  will restore
  200. the  screen.  The single  line rotates to  three positions  every  10
  201. seconds to avoid burn.
  202.  
  203. Increased number of messages allowed in registered  version!  Now the
  204. registered version can have up to  29,999 messages, the  unregistered
  205. version now allows up to 99 messages.
  206.  
  207. Changed Bulletin setup.  Now the Configuration  program has it's  own
  208. Bulletin Input Routine which  will allow you to Add, Delete, and Edit
  209. bulletins from the list.  Now you can have up to 999 bulletins in the
  210. registered version, and 10 in the unregistered version.
  211.  
  212. Changed the [MORE] prompt.  Now the prompt will allow you to continue
  213. 'Y'/ENTER, or quit 'N'.  This works in the files list,  typing a text
  214. file, viewing bulletins, et all.
  215.  
  216. Added routine  to allow user  to have HOST44 disconnect  after a they
  217. have completed a download.
  218.  
  219. Added Doors to HOST44, now you  can add doors to HOST44 by  using the
  220. configuration program to configure each door (up to 999).  The  doors
  221. can be any file (EXE, COM,  BAT, SLC) and can also be  located in any
  222. directory. HOST44 will allow you to specify a command line to be sent
  223. to the program as well you can choose to convert and run PCBoard 14.x
  224. QBBS/RBBS, GAP/Doorway  doors.  Also the  new format will  allow easy
  225. installation of new door converters by sticking the new converter  in
  226. the HOST data directory. HOST44 will automatically sense its addition
  227. and will use it.
  228.  
  229. Increased  user  access level's to 9.  9, is  now the  "Sysop"  level
  230. and 7-8  are "Co-Sysop"  level's.  All other level's  are basicly the
  231. same with  the exception of  level's 3 and  up having  access  to the
  232. extract  archive  command and  level's  1, 2 not  having access.  The
  233. increase in level's is basicly for time purposes in  allowing certain
  234. users to have more time (but same access) then the others.
  235.  
  236. Added ability for HOST44 to keep track of users time left on. Now the
  237. user only get's his allotted time  for that whole day and after  they
  238. has used it all up they will be disconnected and  will not be allowed
  239. on the system until the next day (Like most major BBS systems).
  240.  
  241. Added  routine to  configuration program  called Configure  Archives.
  242. This routine will  allow the  sysop to add, remove, or edit up to  10
  243. different archive formats.
  244.  
  245. Added New "Message Editor"  to HOST44.  Now when you are  prompted to
  246. use the Full Screen Editor you can also (besides Y/N)  choose 'U' for
  247. UPLOAD an  ASCII message.   This allows  people  to compose  messages
  248. offline and then do a quick ASCII  upload to HOST44, HOST44 will then
  249. input the message and save it. Note that the character limit per line
  250. is 75, and that you should not attempt to upload  a message with more
  251. characters.
  252.  
  253. Completely re-wrote the chat logic statements and d ecreased the size
  254. of the function by quite a bit.  Also made it a little easier for the
  255. chat status to work with chat periods which go over midnight.
  256.  
  257. Added Macro's to HOST44! Now you can assign a macro to almost ANY key
  258. (with exception of a few specific keys as F1-F10, ALT-X, ALT-J, etc).
  259. The macro's are  configured in  H44UTILS under the  section Configure
  260. Macros.  This will allow you to display  the macro assigned  to a any
  261. specific key and edit the key to  add a macro.  The macro's can  only
  262. containe standard ASCII characters and  Ctrl characters designated by
  263. adding  a carate '^' in front  of the  letter  (for  example:  Ctrl-M
  264. <ENTER> would be '^M').
  265.  
  266. Added the ability for the sysop to change the  BACKGROUND colors  for
  267. the  five major HOST44  colors.  You  can now change  the  background
  268. colors by hitting PgDn/PgUp when using the  Arrow key's to choose the
  269. specific color.
  270.  
  271. Removed the '"USERNAME" Correct (Y/N)' statement from the logon. This
  272. was no longer needed as the user  search routine already  allowed for
  273. the user to re-enter their name if the made a mistake.
  274.  
  275. Added new feature to the NEWS screen.  Now the news  will be shown on
  276. the first time a user calls  each day ONLY.  If the user calls back a
  277. second time that day they will not be shown the news again.
  278.  
  279. Changed all  '['/']' to '('/')' for  European use, the '['  was being
  280. written as different  characters due to usage of a  different country
  281. keyboard setup (For example, in Sweden the ']' was shown as 'å').
  282.  
  283. Added new configuration option to change the name of the Telix Config
  284. file being used with HOST44.  Note this should NOT be  changed unless
  285. you are using Telix with a multiple  configuration setup.  If you are
  286. running HOST44 with Telix having a different configuration file other
  287. then TELIX.CNF, then you MUST change  this option "U" to the  correct
  288. configuration file!
  289.  
  290. Added  routine to HOST44 which  checks the AutoBaud setting  from the
  291. Telix configuration file (set by option  in config).  This allows the
  292. removal  of the  AutoBaud  routine in  HOST44 as well as  making  the
  293. program easier to setup.
  294.  
  295. Added routine to  check the version of Telix to  make sure  it can be
  296. run under that version of Telix (3.0).
  297.  
  298. Added a few command variables which can be placed in the door command
  299. lines as well as the Doorway command line.  These new variables  will
  300. allow the sysop to provide a better interface between HOST44  and the
  301. Doors, as well it will allow sysops to use DOORWAY.EXE on Comm3/Comm4
  302. by using  the PORT:XXXX:A  command on  the doorway command  line,  by
  303. substituting in the %P/%I.
  304.  
  305.           %C - Com Port Number
  306.           %P - Port Address
  307.           %I - IRQ Line
  308.           %B - Baud Rate
  309.           %D - DTE Rate
  310.           %M - Minutes Left On System
  311.           %S - Seconds Left On System
  312.           %L - Location of Door System File
  313.  
  314.